org.eclipse.vtp.desktop.projects.core.event
Interface IRefreshListener

All Known Implementing Classes:
VoiceMediaProvider

public interface IRefreshListener

This interface is used to notify listners when a resource should be refreshed. This is mainly used in conjunction with JFace widgets so the data displayed in the viewers can be updated when a change is made by some other entity.

Version:
2.0
Author:
Trip Gilman

Method Summary
 void refreshResource(IVoiceToolsResource resource)
          Called when a resource has changed in some way and indicates any visual display of its data should be updated.
 

Method Detail

refreshResource

void refreshResource(IVoiceToolsResource resource)
Called when a resource has changed in some way and indicates any visual display of its data should be updated.

Parameters:
resource - The resource that changed